home *** CD-ROM | disk | FTP | other *** search
/ La Traviata / La Traviata.iso / go.bat
DOS Batch File  |  1993-09-14  |  216b  |  13 lines

  1. @echo off
  2. cls
  3. cd %1
  4. if exist gif.lst goto l100
  5. echo    Please enter directory name after go [eg. go a1]
  6. echo    Please enter Esc key to end the slide show !
  7. goto end
  8. :l100
  9. \viewer\pv @gif.lst
  10. :end
  11. cd \
  12.  
  13.